<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.w-1200{
	width: 1200px;
	margin: 0 auto;
}
.w-about{
	padding-top: 35px;
}
.w-title{
	height: 55px;
	background: url(../img/pic-01.png) no-repeat left bottom;
	font-size: 24px;
	color: #333;
	line-height: 55px;
}
.w-about .box{
	padding: 70px 0;
	overflow: hidden;
	background: url(../img/pic-02.png) no-repeat center bottom;
}
.w-about .box .fll{
	width: 620px;
	position: relative;
	transition:all 0.7s
}
.w-about .box .fll{
	right: -50px;
	opacity: 0;
}
.w-about .box.sp .fll{
	left: -50px;
	opacity: 0;
}
.w-about .box.sp .frr{
	right: -50px;
	opacity: 0;
}
.w-about .box.sp .fll.cur{
	left: 0px;
	opacity: 1;
}
.w-about .box.sp .frr.cur{
	right: 0px;
	opacity: 1;
}




.w-about .box .frr{
	width: 502px;
	position: relative;
	transition:all 0.7s
}
.w-about .box.spp .frr{
	left: -50px;
	opacity: 0;
}
.w-about .box.spp .fll{
	right: -50px;
	opacity: 0;
}
.w-about .box.spp .frr.cur{
	left: 0px;
	opacity: 1;
}
.w-about .box.spp .fll.cur{
	right: 0px;
	opacity: 1;
}






.w-about .box .tit{
	font-size: 18px;
	color: #333;
	margin-bottom: 25px;
	line-height: 18px;
}
.w-about .box p{
	line-height: 26px;
	font-size: 14px;
	color: #666;
}
.w-about .box img{
	width: 502px;
	height: 263px;
}
.w-about .box.cur{
	background: none;
}
.w-about .sp-box{
	background-repeat: no-repeat;
	background-position: center;
	height: 328px;
	margin-bottom: 85px;
	position: relative;
	opacity: 0;
	top: 50px;
	transition:all 0.7s
}
.w-about .sp-box.cur{
	opacity: 1;
	top:0px;
}
.w-about .sp-box .text{
	width: 476px;
	margin-left: 60px;
	height: 328px;
}
.w-about .sp-box .tit{
	font-size: 18px;
	color: #333;
	margin-bottom: 30px;
}
.w-about .sp-box .te{
	font-size: 14px;
	line-height:26px;
	color: #666;
}




.w-service{
	padding-top: 35px;
}
.w-service .box{
	margin-top: 20px;
	margin-bottom: 50px;
}
.w-service .box li{
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	position: relative;
	opacity: 0;
	left: -50px;
}
.w-service .box li:hover .fll{	
	background: #d0a966;
}
.w-service .box li.cur{
	border:0px none;
}
.w-service .box .fll{
	width: 314px;
	height: 80px;
	float: left;
	background: #c1c1c1;
	font-size: 18px;
	color: #fff;
	line-height: 80px;
	margin-right: 70px;
	transition:all 0.3s;
}
.w-service .box .fll img{
	display: block;
	float: left;
	margin-right: 18px;
	margin-top: 15px;
	margin-left: 23px;
}
.w-service .box .frr{
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	width: 813px;
}
.w-service .box .frr p{
	padding-left: 17px;
	background: url(../img/pic-04.png) no-repeat left center;
	line-height: 26px;
	font-size: 14px;
	color: #666;
}




.w-stand-by{
	padding-top: 35px;
}
.w-stand-by .box{
	margin-top: 50px;
	overflow: hidden;
	margin-bottom: 90px;
}
.w-stand-by .box .fll{
	float: left;
	width: 722px;
	color: #666;
	position: relative;
	opacity: 0;
	left: -50px;
	transition:all 0.7s;
}
.w-stand-by .box .fll.cur{
	opacity: 1;
	left: 0px;
}
.w-stand-by .box .frr{
	float: right;
	width: 384px;
	position: relative;
	opacity: 0;
	right: -50px;
	transition:all 0.7s;
}
.w-stand-by .box .frr.cur{
	opacity: 1;
	right: 0px;
}
.w-stand-by .box .fll table td{
	border:1px solid #ddd;
	padding: 17px 36px;
	font-size: 14px;
	color: #666;
}
.w-stand-by .box .frr img{
	display: block;
	margin-bottom: 5px;
	max-width: 384px;
}

.enterprise{
	background: #f3f3f5;
	padding-top: 125px;
	padding-bottom: 85px;
}
.enterprise ul{
	margin-top: -63px;
	overflow: hidden;
}
.enterprise li{
	zoom: 1;
	width: 150px;
	height: 130px;
	line-height: 130px;
	*display: inline;
	margin: 0 39px;
	background: url(../img/ico_08.png) no-repeat center;
	float: left;
	text-align: center;
}
.enterprise li img{
	max-width: 100px;
}
.enterprise ul.sp{
	margin-left: -114px;
    margin-top: -65px;
}
.enterprise ul.sp li{
/*	margin: 0 39px;*/
}
.enterprise .w-1200&gt;.box{
	width: 1200px;
	margin-left: 80px;
}
</pre></body></html>